Release 10.1A: OpenEdge Development:
Progress 4GL Reference


PUBLISHED-EVENTS attribute

A comma-separated list of Progress named events published by a particular procedure. Returns the empty string for a Web service procedure.

Note: Progress named events are completely different from the key function, mouse, widget, and direct manipulation events described in the "Events Reference" section. For more information on Progress named events, see OpenEdge Development: Progress 4GL Handbook .

Data type: CHARACTER

Access: Readable

Applies to: THIS-PROCEDURE system handle (and all procedure handles)

Progress builds PUBLISHED-EVENT lists as the compiler encounters PUBLISH statements-specifically, PUBLISH statements that specify the event name as a quoted string and not as a CHARACTER variable expression, and that do not use the FROM option.

Note: PUBLISHED-EVENTS lists do not contain signatures of their named events. Progress assumes that the subscriber to a named event knows its signature.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095